home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 November / PCWNOV07.iso / Software / Freeware / PFrank 2.02 / PFrankSetup2.02.exe / {app} / SearchRepBaseStubs.py < prev    next >
Encoding:
Python Source  |  2007-04-08  |  176 b   |  22 lines

  1. #!/usr/bin/python
  2.  
  3. """ 
  4. This class provides routines for converting filenames.
  5. """
  6.  
  7.  
  8.  
  9. class SearchRepBase :
  10.  
  11.   def __init__ (self) :
  12.     
  13.     pass
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.